home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 January: Mac OS SDK
/
Dev.CD Jan 97 SDK2.toast
/
Development Kits (Disc 2)
/
ScriptX
/
Code Samples
/
untested
/
tcpip
/
web
/
modules.sx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-21
|
374 b
|
13 lines
|
[
TEXT/ttxt
]
module WebInterface
exports URL
exports readonly instance variables scheme, withoutscheme, user, password, domainname, path
exports WebAccessManager, geturl, postURL, registerAccessMethod, getURLToFile
exports getTempFileName, getURLToTempFile, openContainerFromURL
exports readSome, readAll, startWebToolkit
end
module WebImplementation
uses ScriptX
uses WebInterface
end